home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_1305 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-27  |  451 b   |  25 lines

  1. on(release){
  2.    saveLagPg4 = true;
  3.    if(_root.metSpell == 1)
  4.    {
  5.       metLag = meteora.timey.timer;
  6.    }
  7.    if(_root.killSpell == 1)
  8.    {
  9.       killLag = instaKill.timey.timer;
  10.    }
  11.    if(_root.ballSpell == 1)
  12.    {
  13.       ballLag = flameB.timey.timer;
  14.    }
  15.    if(_root.poisSpell == 1)
  16.    {
  17.       poisLag = poisonF.timey.timer;
  18.    }
  19.    if(_root.nukeSpell == 1)
  20.    {
  21.       nukeLag = nuke.timey.timer;
  22.    }
  23.    gotoAndPlay(1);
  24. }
  25.